Setup cronjob with SSH crontab [duplicate]
Posted
by
user225711
on Server Fault
See other posts from Server Fault
or by user225711
Published on 2014-06-11T02:38:34Z
Indexed on
2014/06/11
3:28 UTC
Read the original article
Hit count: 139
cron
This question already has an answer here:
Someone can help me to setup cronjob with crontab. I have run command
crontab -e -u root 01 0 * * * /usr/bin/php /var/www/web/daily/testssh.php
But it always get error: crontab: usage error: no arguments permitted after this option
© Server Fault or respective owner